home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / logic100.lha / manual / Help.ExternalDoor.doc < prev    next >
Encoding:
Text File  |  1995-03-01  |  5.9 KB  |  118 lines

  1.                                                      Date: March, 1. 1995
  2.  
  3.  
  4.  
  5.                           LogicBBS  v1.0 BETA
  6.                           <----------------->
  7.                              LITE VERSION
  8.  
  9.                       Copyright 1995 ParCon Software
  10.  
  11.  
  12.     System/node/door/library/AIM-XIM support programmed by Michael Pendec
  13.         Filechecker/Arexxdoor support programmed by Nicholas Clarke
  14.       All Testing was done by friends. Ideas supplied by various people.
  15.  
  16.  
  17.       Read "HowToOrder.doc", if you want to get the FINAL version.
  18. -----------------------------------------------------------------------------
  19.  
  20.  
  21.  
  22.                  Setup for a EXTERNAL door for LogicBBS
  23. -----------------------------------------------------------------------------
  24.  
  25. ACCESSLEVEL              (pn)   : DEFAULT: OFF
  26.                                 : Select accesslevel needed to start door
  27.                                   Allowing only people with specified
  28.                                   accesslevel or higher to run the door.
  29.  
  30. CONF                     (pn)   : DEFAULT: OFF
  31.                                 : Conference number where door can be used.
  32.                                   If you want a door to be used only with
  33.                                   one conference you can select this option
  34.                                   NOTE:  This is the number of the conference
  35.  
  36. CONFERENCE               (pt)   : DEFAULT: OFF
  37.                                 : Conference where door can be used.
  38.                                   If you want a door to be used only with
  39.                                   one conference you can select this option
  40.                                   NOTE:  This is the name of the conference
  41.  
  42. COMMANDLINE              (pt)   : DEFAULT: Menu prompt input
  43.                                 : Force a different menu prompt string,
  44.                                   If a door tries to read menu parameters,
  45.                                   it will be given this line of information.
  46.  
  47. LOCATION                 (pt)   : NO DEFAULT
  48.                                 : FULL path to the door program file.
  49.                                   You must supply a full path and filename
  50.                                   for the program to be started here.
  51.  
  52. NAME                     (pt)   : DEFAULT: InADoor
  53.                                 : You can set a new name for the message
  54.                                   shown as action, displayed when you look
  55.                                   in server action, or use the WHO command.
  56.  
  57. PASSPARAMETERS                  : DEFAULT: OFF
  58.                                 : Add commandline parameters to execute door
  59.                                   string.
  60.                                   If you want to execute doors i.e. the
  61.                                   command DIR located in your C: directory
  62.                                   and you would like to view what is in your
  63.                                   ram:, you can do this passing the name RAM:
  64.                                   from the commandline prompt.
  65.                                   It would look like this:
  66.                                   >: DIR RAM:
  67.                                   the door DIR will be executed and the
  68.                                   parameter RAM: will be added as parameter
  69.                                   to the door_location string.
  70.                                   to make this work with SHELL commands you 
  71.                                   must remember to use the RETURNOUTPUT command.
  72.  
  73. PASSWORD                 (pt)   : DEFAULT: OFF
  74.                                 : Password to entered to start door
  75.                                   If you want to secure doors from being started
  76.                                   by all users, you can select a door password.
  77.                                   user will be will be prompted for the password
  78.                                   when he tries to execute the door.
  79.  
  80. PRIORITY                 (pn)   : DEFAULT: 0
  81.                                 : select a priority for the door, priorities
  82.                                   can be a value between [127]-[-127]
  83.  
  84. QUICKMODE                       : DEFAULT: OFF
  85.                                 : If you put this command as the first in
  86.                                   a door setup file, it will check if the user
  87.                                   selected the quicklogon method, if quicklogon
  88.                                   was selected, this door will not be executed.
  89.  
  90. RETURNSTATUS             (pn)   : DEFAULT: OFF
  91.                                 : You can select different return options for
  92.                                   a door.
  93.                                   If RETURNSTATUS is:
  94.                                      1 - execute internal command after executing
  95.                                          door.
  96.  
  97.  
  98. RETURNOUTPUT                    : DEFAULT: OFF
  99.                                 : You can select that a door can return its 
  100.                                   output normally displayed in Shell/CLI,
  101.                                   to a user online.
  102.  
  103. STACK                    (pn)   : DEFAULT: 4096
  104.                                 : Select stacksize for door
  105.  
  106. TYPE                     (pt)   : NO DEFAULT
  107.                                 : Select type of door.
  108.                                   There is several types of doors which can be
  109.                                   started.
  110.                                    XIM           : External executable file
  111.                                                    either Lib/Aedoorsupport
  112.                                                    file or executable
  113.                                                    REXX doors.
  114.                                    INT           : Internal command.
  115.                                    ARX           : Arexx script
  116.                                    AIM           : Arexx script (Ami-Express)
  117.                                    QRS           : QRS textfile
  118.